home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / a_utils / _archvrs / unix / unshar / makefile < prev    next >
Makefile  |  1990-02-03  |  139b  |  6 lines

  1. CC=qcl
  2. #CFLAGS=-Od -Zi
  3.  
  4. unshar.exe: Makefile unshar.obj getopt.obj index.obj
  5.     $(CC) -o unshar -F 8000 unshar.obj getopt.obj index.obj
  6.